* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
}

img {
    margin: 0;
    padding: 0;
    border: 0;
}

li,
dd,
dt {
    list-style: none;
}


/*全局样式*/

html,
body {
    width: 100%;
    margin: 0 auto;
}

@font-face {
    font-family: "BEBAS_";
    src: url("../fonts/BEBAS_.woff2") format("woff2"), url("../fonts/BEBAS_.woff") format("woff"), url("../fonts/BEBAS_.ttf") format("truetype"), url("../fonts/BEBAS_.eot") format("embedded-opentype"), url("../fonts/BEBAS_.svg") format("svg");
}

.bebas {
    font-family: "BEBAS_";
}


/*= 清除浮动=*/

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
    display: block;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    font-size: 0px;
}

:focus {
    outline: 0
}

a,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    cursor: pointer
}


/* Hides from IE-mac \*/

* html .clearfix {
    height: 0%;
}


/* End hide from IE-mac */

*+html .clearfix {
    min-height: 0%;
}


/* 针对IE7 */

*+html .clearfix {
    min-height: 0%;
}

.w100 {
    width: 100%;
    display: table;
}

em,
i {
    font-style: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


/*原文件配置*/

body {
    color: #666666;
    background: #ffffff;
    font: 14px/28px 'Microsoft YaHei', arial, sans-serif;
}

a {
    color: #545454;
    text-decoration: none;
}

a:hover {
    color: #C20D23;
}


/*块级转化*/

.di_in {
    display: inline-block;
}

.di_bl {
    display: block;
}

.fixed {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
}

.fixed-top {
    position: fixed;
    z-index: 9;
}

.bg-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/*原文件配置  end*/


/*横向居中*/

.te_c {
    text-align: center;
}


/*相对定位*/

.p_r {
    position: relative;
}


/* 白色背景 */

.bgfff {
    background: #fff;
}

.fB {
    font-weight: bold;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: pace-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-warp {
    flex-flow: wrap
}

.flex-column {
    flex-flow: column
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.transition,
.transition:hover {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}


/*全局样式 start*/

.container {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    min-width: 1200px
}

.header {
    height: 80px;
    width: 100%;
    z-index: 999;
    position: absolute;
    left: 0;
    top: 0
}

.header:hover {
    background: rgba(255, 255, 255, 0.9);
}

.header h1 {
    margin: 0;
}

.header h1 img {
    height: 45px;
}

.header .container {
    height: 80px;
}

.header.isStuck {
    z-index: 1000;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    top: 0;
    background: rgba(255, 255, 255, 0.9);
}

.nav {
    height: 80px;
}

.nav li {
    margin-right: 70px;
}

.nav li h3 {
    margin: 0;
    line-height: 80px;
    font-size: 16px;
    color: #595656;
    font-weight: normal;
}

.nav li h3 a:hover,
.nav li h3.cur {
    color: #C20D23;
}

.nav li h3 a:hover::after,
.nav li h3.cur::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 100%;
    background-color: #C20D23;
}

.nav li:last-child {
    margin-right: 0;
}

.nav .cur h3 a {
    color: #C20D23;
}

.nav .sub {
    display: none;
    width: 140px;
    position: absolute;
    left: -30px;
    top: 80px;
    background-color: rgba(255, 255, 255, 0.6);
}

.nav .sub li {
    width: 100%;
    line-height: 40px;
    border-bottom: 1px #bdbbba solid;
}

.nav .sub li:last-child {
    border-bottom: 0;
}

.nav .sub li a {
    display: block;
    font-size: 14px;
    color: #595656;
}

.nav .sub li a:hover {
    color: #C20D23;
}

.banner {
    min-width: 1200px;
    overflow: hidden;
}

.banner .bd li {
    width: 100% !important;
    overflow: hidden;
    height: 850px
}

.banner .bd li img {
    width: 100%;
}

.banner .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: rgba(255, 255, 255, 0.5);
}

.banner .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 13px;
    height: 13px;
    margin: 0 4px;
    background: #FFF;
    overflow: hidden;
    line-height: 9999px;
    opacity: 0.5;
    border-radius: 50%;
}

.banner .hd ul .on {
    opacity: 1;
}

.banner .pageState {
    position: absolute;
    right: 20px;
    bottom: 40px;
    color: #FFF;
    z-index: 99;
}

.banner .txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    color: #FFF;
    line-height: 1.5;
}

.banner .txt h2 {
    font-size: 60px;
    font-weight: bold;
}

.banner .txt p {
    text-transform: uppercase;
    font-size: 26px;
}

.home-group {
    margin-top: 20px
}

.home-group .items {
    width: 395px;
    height: 208px;
    overflow: hidden;
}

.home-group .items img {
    max-width: 100%;
}

.home-group .items:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
}

.home-group .items .mark {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    color: #FFF;
    background: rgba(194, 13, 15, 0);
}

.home-group .items .txt {
    opacity: 0;
    display: none;
    padding-bottom: 10px;
    border-bottom: 3px #FFF solid;
    margin-top: 10px;
}

.home-group .items h2 {
    margin-top: 0;
    letter-spacing: 10px;
    font-weight: normal;
    font-size: 30px;
    padding: 15px 0;
    border-bottom: 1px #FFF solid;
    border-top: 1px #FFF solid;
}

.home-group .items p {
    margin: 0;
    border-bottom: 3px #FFF solid;
    padding-bottom: 10px;
    font-size: 13px;
    margin-top: 10px;
}

.home-group .items:hover .txt {
    opacity: 1;
    display: block;
}

.home-group .items:hover p {
    display: none;
}

.home-group .items:hover .mark {
    background: rgba(194, 13, 15, 0.7);
}

.title {
    width: 321px;
    background: url(../images/icon1.png)no-repeat center 20px;
    margin: 100px auto 80px auto;
}

.title span {
    font-size: 40px;
    color: #C30D23;
    padding-bottom: 25px;
    letter-spacing: 5px;
}

.title em {
    letter-spacing: 13px;
}


/*.home-service .items{width: 160px;}*/

.home-service .items .pic {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #7f7f7f
}

.home-service .items .name {
    margin-top: 25px;
    font-size: 20px;
    color: #545454;
}

.home-service .items:hover .name a {
    color: #C30D23;
}

.home-service .items .i1 {
    background-image: url(../images/s1.png);
}

.home-service .items .i2 {
    background-image: url(../images/s2.png);
}

.home-service .items .i3 {
    background-image: url(../images/s3.png);
}

.home-service .items .i4 {
    background-image: url(../images/s4.png);
}

.home-service .items .i5 {
    background-image: url(../images/s5.png);
}


/*.home-service .items:hover .i1{background-image: url(../images/s01.png);}

.home-service .items:hover .i2{background-image: url(../images/s02.png);}

.home-service .items:hover .i3{background-image: url(../images/s03.png);}

.home-service .items:hover .i4{background-image: url(../images/s04.png);}

.home-service .items:hover .i5{background-image: url(../images/s05.png);}*/

.home-service .items:hover .pic {
    background-color: #c30d23
}

.home-fangan {
    width: 100%;
    /*height: 485px;background: #e7e7e7 url(../images/bg1.png)no-repeat center;color: #545454*/
    ;
    overflow: hidden;
}

.home-fangan .title {
    margin-bottom: 40px;
}

.home-fangan .content {
    padding: 0 5%;
}

.home-fangan .card {
    width: 15.5%;
    height: 113px;
    margin-top: 20px;
    cursor: pointer;
}

.home-fangan .card .text {
    color: #FFF;
    font-size: 20px;
    margin: 0 10%;
    position: absolute;
    bottom: 15%;
    left: 0;
    padding-bottom: 5px;
    width: 90%;
    text-shadow: 2px 2px #000;
    z-index: 9
}

.home-fangan .card .text:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background-color: #FFF;
    width: 70%;
}

.home-fangan .card:hover:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: rgba(195, 13, 35, .8);
    width: 100%;
    z-index: 1
}


/*.home-fangan .items {background: url(../images/line.png)no-repeat left top;width: 293px;height: 260px;margin-top: 110px;}

.home-fangan .items:last-child{width: 270px;}

.home-fangan .items .name{font-size: 24px;background-position: left center;background-repeat: no-repeat;padding-left: 30px;height: 50px;line-height: 50px;margin: 20px 0 0 70px;}

.home-fangan .items .txt{font-size: 20px;}

.home-fangan .items .i1{background-image: url(../images/icon2.png);}

.home-fangan .items .i2{background-image: url(../images/icon3.png);}

.home-fangan .items .i3{background-image: url(../images/icon4.png);}

.home-fangan .items .i4{background-image: url(../images/icon5.png);}

.home-fangan .items .txt{margin: 30px 0 0 70px;}

.home-fangan .items p{padding-left: 30px;margin: 0;line-height: 2;}

.home-fangan .items p::after{content: '';position: absolute;left: 8px;top: 50%;width: 8px;height: 8px;background-color: #7e7e7e;transform: rotate(45deg);margin-top: -4px;}*/

.home-case {
    background: url(../images/bg.jpg)no-repeat center 0px;
    width: 100%;
    overflow: hidden;
}

.home-case .container {
    margin-top: 40px;
}

.home-case .items {
    width: 390px;
    height: 260px;
    overflow: hidden;
}

.home-case .items .bg {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 40%;
    left: 0;
    background-color: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    background: -webkit-gradient(linear, top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}

.home-case .items img {
    width: 100%;
    height: 100%
}

.home-case .items:nth-of-type(3n) {
    margin-right: 0px;
}

.home-case .items .mark {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    color: #FFF;
    padding: 20px;
    height: 100px;
}

.home-case .items .mark .name {
    font-size: 22px;
}

.home-case .items .mark p {
    margin: 0;
    font-size: 12px;
}

.home-case .items .mark .more {
    display: none;
    margin-top: 10px;
}

.home-case .items span {
    border-bottom: 1px #FFF solid;
}

.home-case .items:hover .mark {
    background: rgba(255, 255, 255, 0.6);
    height: 140px;
    color: #000;
}

.home-case .items:hover .mark .more {
    display: block;
}

.home-case .items:hover .mark .more a {
    color: #FFF;
    font-size: 12px;
    color: #C30D23;
    border-top: 1px #C30D23 solid;
    border-bottom: 1px #C30D23 solid;
    padding: 5px 0;
}

.home-case .items:hover span {
    border-color: #333;
}

.home-case .container .swiper-button-next,
.home-case .container .swiper-button-prev {
    background-size: 20px;
    background-color: #DADADA;
    width: 55px;
    height: 80px;
    z-index: 9;
    opacity: 0;
}

.home-case .container .swiper-button-next {
    right: 0;
}

.home-case .container .swiper-button-prev {
    left: 0;
}

.home-case .container .swiper-button-next,
.home-case .container .swiper-button-prev {}

.home-case .container:hover .swiper-button-next,
.home-case .container:hover .swiper-button-prev {
    opacity: 1;
}

.home-case .container:hover .swiper-button-next:hover,
.home-case .container:hover .swiper-button-prev:hover {
    background-color: #C30D23;
}

.home-about {
    background: url(../images/bg2.png)no-repeat center bottom;
    width: 100%;
    overflow: hidden;
    padding-bottom: 120px;
}

.home-about .container {
    height: 493px;
    background: url(../images/bg4.png)no-repeat center top;
}

.slideGroup {
    width: 100%;
}

.slideGroup .parHd {
    padding: 0 68px 0 810px;
    top: -20px;
}

.slideGroup .parHd li {
    padding-top: 60px;
    cursor: pointer;
    border-left: 2px solid #727272;
    font-size: 22px;
}

.slideGroup .parHd li:last-child {
    border-right: 2px solid #727272;
}

.slideGroup .parHd li.on a {
    color: #C30D23;
}

.slideGroup .parHd li.i1 {
    background: url(../images/icon6.png)no-repeat center 10px;
}

.slideGroup .parHd li.i2 {
    background: url(../images/icon7.png)no-repeat center 0px;
}

.slideGroup .parHd li.i3 {
    background: url(../images/icon8.png)no-repeat center 10px;
}

.slideGroup .parHd li.on.i1 {
    background: url(../images/icon9.png)no-repeat center 10px;
}

.slideGroup .parHd li.on.i2 {
    background: url(../images/icon10.png)no-repeat center 0px;
}

.slideGroup .parHd li.on.i3 {
    background: url(../images/icon11.png)no-repeat center 10px;
}

.slideGroup .slideBox {
    overflow: hidden;
    zoom: 1;
}

.slideGroup .sPrev,
.slideGroup .sNext {
    position: absolute;
    left: 50%;
    display: block;
    width: 45px;
    height: 30px;
    background: #DADADA;
    margin-left: -23px;
    z-index: 9
}

.slideGroup .sPrev {
    top: -50px;
}

.slideGroup .sPrev::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 12px;
    border-bottom: 2px #FFF solid;
    border-left: 2px #FFF solid;
    transform: rotate(135deg);
    margin-left: -6px;
    margin-top: -3px;
}

.slideGroup .sNext {
    bottom: -50px;
}

.slideGroup .sNext::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 12px;
    border-bottom: 2px #FFF solid;
    border-right: 2px #FFF solid;
    transform: rotate(45deg);
    margin-left: -6px;
    margin-top: -9px;
}

.slideGroup .sPrev:hover,
.slideGroup .sNext:hover {
    background-color: #C30D23;
}

.slideGroup .parBd {
    padding: 30px 75px;
}

.slideGroup .more {
    position: absolute;
    right: 48px;
    bottom: -80px;
    width: 160px;
    height: 40px;
    border: 2px #454545 solid;
    line-height: 36px;
}

.slideGroup .more a {
    color: #545454;
    font-size: 24px;
}

.slideGroup .more:hover {
    background-color: #C30D23;
    border-color: #C30D23;
}

.slideGroup .more:hover a {
    color: #FFF;
}

.txtMarquee-top {
    width: 100%;
    position: relative;
    height: 285px;
}

.txtMarquee-top ul {
    overflow: hidden;
    height: 285px;
}

.txtMarquee-top li {
    line-height: 1.8;
    /*height: 485px;*/
    font-size: 16px;
}

.txtMarquee-top li p {
    margin-bottom: 30px;
}

.home-tong img,
.home-tong h4 {
    display: none
}

.picMarquee-top {
    width: 100%;
    position: relative;
    height: 285px;
}

.picMarquee-top .bd {
    width: 100%;
    height: 285px;
    overflow: hidden;
}

.picMarquee-top .bd li {
    margin-top: 10px;
}

.picMarquee-top .bd li .pic {
    width: 260px;
    height: 140px;
    overflow: hidden;
    margin-right: 20px;
}

.picMarquee-top .bd li .pic img {
    max-width: 100%;
}

.picMarquee-top .bd li h3 {
    margin-top: 0;
    font-size: 20px;
}

.picMarquee-top .bd li p {
    margin-bottom: 0;
}


/* 底部 */

.footer {
    width: 100%;
    background: url(../images/bg3.png)no-repeat center top;
    overflow: hidden;
    background-size: auto 100%;
}

.footer .info {
    height: 255px;
    margin-top: 48px;
    margin-bottom: 48px;
}

.footer .f-logo img {
    height: 45px;
}

.footer .f-info {
    border-right: 1px #FFF solid;
    padding-right: 50px;
    color: #FFF;
    font-size: 16px;
}

.footer .f-info .erwma {
    width: 118px;
    margin-top: 20px;
}

.footer .f-info .erwma img {
    width: 118px;
}

.footer .text-box {
    border-right: 1px #FFF solid;
    padding-right: 70px;
    color: #FFF;
    font-size: 16px;
}

.footer .text-box h3 {
    padding-left: 15px;
    margin-bottom: 15px;
}

.footer .text-box a {
    padding-left: 15px;
    color: #FFF;
    font-size: 16px;
    line-height: 2.5;
}

.footer .text-box a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 8px;
    height: 8px;
    background-color: #FFF;
    margin-top: -4px;
}

.footer .text-box:nth-child(3) h3 {
    padding-left: 0;
}

.footer .info-con {
    color: #FFF;
}

.footer .info-con .t1 {
    border-right: 1px #FFF solid;
    width: 90px;
    padding-top: 5px
}

.footer .info-con .t1,
.footer .info-con .t2 {
    font-size: 22px;
}

.footer .info-con h2 {
    font-size: 30px;
    letter-spacing: 15px;
    text-align: right;
    margin-right: -10px;
    line-height: 1.4
}

.footer .info-con .tel-400 {
    font-size: 22px;
    margin-top: 20px;
    text-align: right;
    justify-content: flex-end;
    line-height: 1
}

.footer .info-con .tel-400 span {
    font-size: 48px;
}

.footer .info-con .tel-400 span a {
    text-decoration: normal
}

.footer .info-con .mobile {
    font-size: 48px;
    margin-top: 20px;
    background: url(../images/tel.png)no-repeat 60px center;
    padding-left: 100px;
    line-height: 1.2;
    text-align: right;
    letter-spacing: 2px;
    margin-right: -5px;
    background-size: 40px;
    letter-spacing: 4px
}

.footer .info-con .address {
    font-size: 16px;
    margin-top: 15px;
    text-align: right;
}

.footer .info-con .address span {
    font-size: 22px;
    margin-right: 5px;
}

.footer .link {
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    padding-bottom: 15px;
}

.footer .link dt {
    color: #FFF;
    font-size: 16px;
    line-height: 2;
}

.footer .link dd a {
    width: 115px;
    height: 50px;
    overflow: hidden;
    margin-right: 5px;
}

.footer .link dd a:last-child {
    margin-right: 0;
}

.footer .link dd a img {
    max-width: 100%;
}

.web {
    color: #FFF;
    background: rgba(0, 0, 0, 0.2);
}

.web a {
    color: #FFF
}


/* 右侧浮动 */

.floating_ck {
    position: fixed;
    right: 0px;
    bottom: 30%;
    z-index: 9;
}

.floating_ck dl dd {
    position: relative;
    width: 46px;
    height: 46px;
    cursor: pointer;
    background-color: #7f7f7f;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 5px
}

.floating_ck dl dd:hover .floating_left {
    display: block;
}

.floating_ck .qrcord {
    background-image: url(../images/f1.png);
}

.floating_ck .qrcord:hover {
    background-image: url(../images/f01.png);
}

.floating_ck .consult {
    background-image: url(../images/f2.png);
}

.floating_ck .consult:hover {
    background-image: url(../images/f02.png);
}

.floating_ck .qq {
    background-image: url(../images/f3.png);
}

.floating_ck .qq:hover {
    background-image: url(../images/f03.png);
}

.floating_ck .top {
    background-image: url(../images/f4.png);
}

.floating_ck .top:hover {
    background-image: url(../images/f04.png);
}

.floating_ck .top span {
    height: 100%;
    width: 100%;
}

.floating_ck .floating_left {
    position: absolute;
    left: -180px;
    top: 0px;
    width: 180px;
    height: 46px;
    background-color: #C20D23;
    border-bottom: solid 1px #a40324;
    display: none;
}

.floating_ck .floating_left a {
    color: #fff;
    line-height: 46px;
}

.consult .floating_left {
    padding-left: 15px;
    font-size: 24px;
}

.floating_ck .qq .floating_left {
    padding-left: 15px;
    font-size: 20px;
    width: 100px;
    left: -100px;
}

.floating_ck .qrcord .floating_left {
    padding: 5px;
    width: 90px;
    height: 90px;
    left: -90px;
}

.floating_ck .qrcord .floating_left img {
    width: 100%;
}


/* 联系我们 */

.contact.us {
    background: url(../images/usbg.jpg)no-repeat center 90px;
    overflow: hidden;
    padding-bottom: 70px;
}

.contact .subnav,
.about .subnav,
.special .subnav {
    width: 100%;
    height: 80px;
    background-color: #e7e7e7;
    line-height: 80px;
}

.contact .subnav a,
.about .subnav a,
.special .subnav li {
    padding: 0 50px;
    font-size: 20px;
}

.contact .subnav a.cur,
.about .subnav a.cur,
.special .subnav .current {
    background-color: #c30d23;
    color: #FFF;
}

.contact.us .tit {
    border-bottom: 1px #7f7f7f solid;
    margin-top: 60px;
    padding: 20px 0;
}

.contact.us .tit span {
    font-size: 24px;
    letter-spacing: 10px;
    margin-left: 35px;
    font-weight: bold;
}

.contact.us .map {
    margin-top: 30px;
}

.contact.us .info {
    margin-top: 25px;
}

.contact.us .info .erwma {
    border-left: 1px #000 solid;
    padding-left: 100px;
}

.contact.us .info .erwma p {
    font-size: 16px;
}

.contact.us .info .text-box>div {
    width: 50%;
    line-height: 50px;
    font-size: 18px;
    padding-left: 30px;
}

.contact.us .info .text-box>div:last-child {
    width: 100%;
}

.contact.us .info .mobile {
    background: url(../images/icon12.png)no-repeat left center;
}

.contact.us .info .tel {
    background: url(../images/icon13.png)no-repeat left center;
}

.contact.us .info .qq {
    background: url(../images/icon14.png)no-repeat left center;
}

.contact.us .info .code {
    background: url(../images/icon15.png)no-repeat left center;
}

.contact.us .info .address {
    background: url(../images/icon16.png)no-repeat left center;
}


/* 招贤纳士 */

.contact.job {
    background: url(../images/jobbg.jpg)no-repeat center 90px;
    overflow: hidden;
    padding-bottom: 70px;
}

.contact.job .tit {
    font-size: 24px;
    color: #7f7f7f;
    font-weight: bold;
    background: url(../images/tbg.jpg)no-repeat left bottom;
    padding-bottom: 10px;
    padding-left: 40px;
    margin-top: 70px;
}

.contact.job h2 {
    color: #c30d23;
    font-size: 26px;
    margin-top: 40px;
    border-bottom: 1px #7f7f7f solid;
    line-height: 2;
    padding-bottom: 15px;
}

.contact.job .txt {
    font-size: 16px;
    color: #545454;
    line-height: 2.2;
    margin-top: 20px;
}

.contact.job .content {
    width: 100%;
    margin: 40px 0 70px 0;
}

.contact.job .content li {
    margin-top: 30px;
}

.contact.job .content .biaoti {
    border-bottom: 1px #7f7f7f solid;
    padding-bottom: 5px;
    font-size: 16px;
    cursor: pointer;
}

.contact.job .content .biaoti strong {
    font-size: 18px;
    margin-right: 10px;
}

.contact.job .content .biaoti .arrow {
    width: 16px;
    height: 16px;
}

.contact.job .content .biaoti .arrow.up {
    background-color: #e7e7e7;
    width: 50px;
    height: 30px;
    bottom: -36px;
}

.contact.job .content .biaoti .arrow.up::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 5px;
    width: 10px;
    height: 10px;
    border-top: 2px #FFF solid;
    transform: rotate(45deg);
    border-left: 2px #FFF solid;
    margin-left: -5px;
}

.contact.job .content .biaoti .arrow.down {
    background-color: #c30d23;
    width: 50px;
    height: 30px;
    bottom: -36px
}

.contact.job .content .biaoti .arrow.down::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 5px;
    width: 10px;
    height: 10px;
    border-bottom: 2px #FFF solid;
    transform: rotate(45deg);
    border-right: 2px #FFF solid;
    margin-left: -5px;
}

.contact.job .content .con {
    display: none;
    font-size: 16px;
    line-height: 2;
    margin-top: 10px;
}


/* 相关案例 */

.case-show {
    margin-top: 50px;
}

.case-show .tit-box {
    text-align: right;
}

.case-show .tit-box::after {
    content: '';
    position: absolute;
    top: 50%;
    height: 2px;
    margin-top: -1px;
    background-color: #7f7f7f;
    width: 9999px;
    right: 250px;
}

.case-show ul {
    margin-top: 30px;
}

.case-show li {
    width: 235px;
    margin-right: 6px;
    margin-top: 0 !important;
    padding: 0 !important;
}

.case-show li:last-child,
.special .practice li:nth-of-type(4n) {
    margin-right: 0;
}

.case-show li .pic {
    height: 195px;
    width: 100%;
    overflow: hidden;
}

.case-show li .pic img {
    height: 195px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.case-show li h3,
.special .practice li h3 {
    margin-top: 10px;
    font-size: 20px;
    font-weight: normal;
}

.case-show li h3 a,
.special .practice li h3 a {
    color: #545454;
}

.case-show li .more {
    text-align: right;
    margin-top: 10px;
}

.case-show li .more a,
.special .practice li .more a {
    background: #e7e7e7;
    color: #FFF;
    padding: 0 8px;
    font-size: 15px;
}

.case-show li:hover .pic img,
.special .practice li:hover .pic img {
    webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.case-show li:hover h3 a,
.special .practice li:hover h3 a {
    color: #c30d23;
}

.case-show li:hover .more a,
.special .practice li:hover .more a {
    background-color: #c30d23;
}


/* 案例 */

.case {
    padding-bottom: 70px;
}

.case .subnav {
    border-bottom: 2px #e7e7e7 solid;
    height: 75px;
    width: 100%;
    line-height: 75px;
    background-color: #e7e7e7;
    margin-bottom: 80px
}

.case .subnav li {
    font-size: 20px;
}

.case .subnav li>a::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -14px;
    width: 28px;
    height: 28px;
    background-color: #e7e7e7;
    transform: rotate(45deg);
    margin-left: -14px;
}

.case .subnav li.cur>a{
    background-color: #c30d23;
    color: #FFF;
}



.case .subnav li.cur>a::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -14px;
    width: 28px;
    height: 28px;
    background-color: #c30d23;
    transform: rotate(45deg);
    margin-left: -14px;
}

.case .subnav li .dl {
    display: none;
    font-size: 18px;
    text-align: left;
    white-space: nowrap;
    overflow-x: scroll
}

.case .subnav li .dl a {
    margin-right: 60px;
    color: #545454;

}

.case .subnav li .dl a:last-child {
    margin-right: 0
}

.case .subnav li .dl a.cur {
    color: #c30d23;
}

.case .subnav li.cur .dl {
    width: 100%;
    display: block;
    position: absolute;
    bottom: -90px;
    left: 0;
    
}
/*
.case .subnav li:last-child .dl {
    left: -300px
}

.case .subnav #s20 .dl {
    width: 650px;
    left: 30px
}

.case .subnav #s21 .dl {
    width: 450px;
    left: 0px
}

.case .subnav #s22 .dl {
    width: 1200px;
    left: -480px
}

.case .subnav #s26 .dl {
    width: 544px;
    right: 0px;
    text-align: right;
}

.case .subnav #s102 .dl {
    left: -50px
}
*/
.case .content {
    margin-top: 30px;
    margin-bottom: 50px;
}

.case .content .items {
    height: 225px;
    width: 390px;
    margin-right: 15px;
    overflow: hidden;
    border: 1px #e7e7e7 solid;
    margin-top: 30px;
}

.case .content .items:nth-of-type(3n) {
    margin-right: 0;
}

.case .content .items:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, .3);
}

.case .content .items .pic {
    width: 100%;
    height: 225px;
    overflow: hidden;
}

.case .content .items .pic img {
    width: 100%;
    height: 225px;
}

.case .content .items .pic .mark {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
    font-size: 36px;
    opacity: 0;
    z-index: 10
}

.case .content .items .pic .mark a {
    color: #FFF;
    width: 100%;
    height: 100%;
}

.case .content .items:hover .pic .mark {
    opacity: 1;
}

.case .content .items h3 {
    font-weight: normal;
    position: absolute;
    left: 15px;
    bottom: 20px;
    color: #FFF;
    padding-left: 25px;
    z-index: 9;
    border-bottom: 1px #FFF solid;
    font-size: 18px;
    padding-right: 30px
}

.case .content .items h3:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 18px;
    height: 18px;
    background-color: #FFF
}

.case .content .items h3 a {
    color: #FFF;
}

.case .content .items:hover h3 {
    opacity: 0;
}

.case .content .card {
    height: 186px;
    width: 397px;
    margin-right: 4px;
    overflow: hidden;
    margin-top: 5px;
    background-repeat: no-repeat;
    background-position: center;
    color: #FFF;
    font-size: 36px;
    background-size: cover;
}

.case .content .card:nth-of-type(3n) {
    margin-right: 0
}

.case .content .card:nth-child(1) {
    background-image: url(../images/c01.jpg)
}

.case .content .card:nth-child(2) {
    background-image: url(../images/c02.jpg)
}

.case .content .card:nth-child(3) {
    background-image: url(../images/c03.jpg)
}

.case .content .card:nth-child(4) {
    background-image: url(../images/c04.jpg)
}

.case .content .card:nth-child(5) {
    background-image: url(../images/c05.jpg)
}

.case .content .card:nth-child(6) {
    background-image: url(../images/c06.jpg)
}

.case .content .card:nth-child(7) {
    background-image: url(../images/c07.jpg)
}

.case .content .card:nth-child(8) {
    background-image: url(../images/c08.jpg)
}

.case .content .card:nth-child(9) {
    background-image: url(../images/c09.jpg)
}


/* 案例详情 */

.case-details {
    margin-top: 40px;
    padding-bottom: 70px;
}

.case-details .breadcrumb {
    text-align: right;
    margin-bottom: 30px;
}

.case-details .breadcrumb a {
    margin-right: 5px;
    /*padding-right: 15px;*/
    position: relative;
}

.case-details .breadcrumb a:nth-child(1) {
    background: url(../images/icon17.png)no-repeat left center;
    padding-left: 20px;
}


/*.case-details .breadcrumb a::after{content: '';position: absolute;right: 0%;top: 7px;width: 5px;height: 5px;border-bottom: 2px #545454 solid;transform: rotate(-45deg);border-right: 2px #545454 solid;}

*/

.case-details .sidebar {
    width: 310px;
    background-color: #e7e7e7;
    padding: 40px 20px;
    margin-right: 30px;
}

.case-details .sidebar h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.case-details .content {
    /*-moz-box-shadow:0px 0px 10px rgba(0,0,0,0.3); -webkit-box-shadow:0px 0px 10px rgba(0,0,0,0.3); box-shadow:0px 0px 10px rgba(0,0,0,0.3);padding: 40px;*/
    width: 100%
}

.case-details .content h1 {
    margin-bottom: 20px;
    font-size: 36px;
    margin-top: 50px
}

.case-details .content .body {
    line-height: 30px;
    font-size: 16px;
    margin-top: 40px
}

.case-details .content .body img {
    max-width: 100%;
}

.case-details .content .prev-box {
    border-top: 1px #7f7f7f solid;
    padding-top: 15px;
    margin-top: 30px;
}

.case-details .content .prev-box .back {
    background-color: #c30d23;
    color: #FFF;
    font-size: 16px;
    padding: 3px 15px;
}

.case-details .content .prev-box .prev,
.case-details .content .prev-box .next {
    width: 44px;
    background-color: #e7e7e7;
    height: 34px;
    overflow: hidden;
    text-indent: -999px;
}

.case-details .content .prev-box .prev {
    margin-right: 15px;
}

.case-details .content .prev-box .prev:hover,
.case-details .content .prev-box .next:hover {
    background-color: #c30d23;
}

.case-details .content .prev-box .prev::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px #FFF solid;
    transform: rotate(-45deg);
    border-left: 2px #FFF solid;
    margin-top: -4px;
    margin-left: -4px;
}

.case-details .content .prev-box .next::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    border-bottom: 2px #FFF solid;
    transform: rotate(-45deg);
    border-right: 2px #FFF solid;
    margin-top: -4px;
    margin-left: -4px;
}


/* 公司简介 */

.about {
    padding-bottom: 70px;
}

.about .tit {
    background: url(../images/tbg.jpg)no-repeat left bottom;
    color: #c30d23;
    font-size: 24px;
    padding: 0 0 10px 40px;
    margin-bottom: 30px;
    margin-top: 70px;
}

.introduction .thumb {
    margin-left: 30px;
}

.introduction .text {
    font-size: 16px;
    line-height: 30px;
}

.introduction .text p {
    margin-bottom: 15px;
}

.introduction .text-box h4 {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 30px;
}


/* 新闻列表 */

.news {
    background: url(../images/usbg.jpg)no-repeat center 80px;
    padding-bottom: 70px;
}

.news li {
    margin-top: 35px;
}

.news li .thumb {
    width: 295px;
    height: 200px;
    overflow: hidden;
    margin-right: 20px;
}

.news li .thumb img {
    width: 295px;
    height: 200px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    max-height: 100%;
}

.news li:hover .thumb img {
    webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.news li .text-box {
    border-bottom: 1px #7f7f7f solid;
    border-top: 1px #7f7f7f solid;
}

.news li .text-box h4 {
    font-size: 20px;
    line-height: 2;
    margin-top: 15px;
}

.news li .text-box p {
    font-size: 16px;
    margin-top: 15px;
    height: 84px;
    overflow: hidden;
    line-height: 28px;
}

.news li .text-box .more {
    text-align: right;
    margin-top: 15px;
}

.news li .text-box .more a {
    border-top: 1px #7f7f7f solid;
    padding: 5px 10px;
}

.news li:hover .text-box .more a {
    background-color: #c30d23;
    color: #FFF;
}


/* 分页 */

.pages {
    margin: 70px 0;
}

.pages li {
    background-color: #e7e7e7;
    font-size: 16px;
    padding: 10px 20px;
    margin: 0 5px;
}

.pages li:hover,
.pages li.active {
    background-color: #c30d23;
    color: #FFF;
}

.pages li:hover a,
.pages li.active a {
    color: #FFF
}


/* 专家 */

.experts {
    background: url(../images/z1.png)no-repeat right 0px;
}

.experts .items {
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    padding: 30px;
    background-color: #FFF;
    margin-top: 40px;
}

.experts .items .thumb {
    margin-right: 30px;
    width: 190px;
    height: 245px;
    overflow: hidden;
}

.experts .items .thumb img {
    width: 190px;
    height: 245px;
}

.experts .items h4 {
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 20px;
}

.experts .items h4 strong {
    font-size: 20px;
}

.experts .items h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 30px;
    background-color: #c30d23;
}

.experts .items article {
    margin-top: 20px;
    font-size: 16px;
    line-height: 28px;
}

.experts .submit {
    text-align: right;
    bottom: -30px;
}

.experts .submit a {
    background-color: #c30d23;
    width: 50px;
    height: 30px;
    overflow: hidden;
}

.experts .submit a.read::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    border-bottom: 2px #FFF solid;
    transform: rotate(45deg);
    border-right: 2px #FFF solid;
    margin-top: -6px;
    margin-left: -4px;
}

.experts .submit a.close::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px #FFF solid;
    transform: rotate(45deg);
    border-left: 2px #FFF solid;
    margin-top: -4px;
    margin-left: -4px;
}


/* 专题 */

.section {
    margin-top: -80px;
    padding-top: 80px
}

.special {
    padding-bottom: 70px;
    overflow: hidden;
}

.special .subnav .current a {
    color: #FFF;
}

.special .tit {
    background: url(../images/icon18.png)no-repeat left center;
    padding-left: 75px;
    font-size: 26px;
    margin-top: 80px;
    height: 30px;
}

.special .tit span {
    font-size: 10px;
    font-family: arial;
    text-transform: uppercase;
    line-height: 13px;
    margin-left: 10px;
}

.special .tit::after {
    content: '';
    position: absolute;
    top: 14px;
    right: 0;
    height: 7px;
    background-color: #c30d23;
    left: 260px;
}

.special .background .text {
    font-size: 16px;
    line-height: 30px;
    margin-top: 50px;
}

.special .background li {
    margin-top: 30px;
    overflow: hidden;
}

.special .background li .thumb {
    margin-right: 50px;
    width: 380px;
    height: 165px;
    overflow: hidden;
}

.special .background li .thumb img {
    width: 380px;
    height: 165px;
}

.special .background li .text-box {
    border-bottom: 1px #7f7f7f solid;
    border-top: 1px #7f7f7f solid;
}

.special .background li .text-box h3 {
    font-size: 20px;
    line-height: 2;
    margin: 15px 0;
}

.special .background li .text-box p {
    font-size: 16px;
}

.special .solution .tit::after {
    left: 190px;
}

.special-wen .hangye {
    width: 100%;
    /*height: 300px;background: url(../images/bg5.jpg)no-repeat center;color: #FFF;*/
    overflow: hidden;
    margin-top: 30px;
    font-size: 16px;
}

.special-wen .solution .biaoti {
    font-size: 20px;
    letter-spacing: 10px;
    margin-top: 70px;
}

.special-wen .solution .biaoti::after {
    content: '';
    position: absolute;
    top: 49%;
    height: 1px;
    background-color: #999999;
    left: 0px;
    width: 420px;
}

.special-wen .solution .biaoti::before {
    content: '';
    position: absolute;
    top: 49%;
    height: 1px;
    background-color: #999999;
    right: 0px;
    width: 420px;
}

.special-wen .solution .content {
    margin-top: 50px;
}

.special-wen .solution .items {
    border: 2px #aaaaaa solid;
    overflow: hidden;
    border-radius: 5px;
    width: 140px;
    height: 140px;
}

.special-wen .solution .items span {
    border-radius: 50%;
    background-color: #949494;
    position: absolute;
    top: -30px;
    right: -30px;
    color: #FFF;
    font-size: 18px;
    font-family: Bebas;
    width: 70px;
    height: 70px;
    padding: 30px 0px 0 15px;
}

.special-wen .solution .items:hover span {
    background-color: #c30d23;
}

.special-wen .solution .items .pic {
    height: 70px;
    padding-top: 15px;
}

.special-wen .solution .items p {
    font-size: 16px;
    height: 56px;
}

.special-wen .solution .arrow {
    width: 70px;
}

.special-wen .solution .arrow::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 12px;
    border-bottom: 3px #e7e7e7 solid;
    transform: rotate(-45deg);
    border-right: 3px #e7e7e7 solid;
    margin-top: -4px;
    margin-left: -6px;
}

.special .practice ul {
    margin-top: 50px;
}

.special .practice li .more {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.special .practice li .more a {
    background-color: #e7e7e7;
    color: #FFF
}

.special .practice li {
    width: 290px;
    margin-right: 13px;
    margin-top: 20px;
    background-color: #FFF;
}

.special .practice li .pic {
    height: 185px;
    width: 100%;
    overflow: hidden;
}

.special .practice li .pic img {
    height: 185px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    width: 100%;
}

.special .practice li h3 {
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 10px;
    margin-right: 10px
}

.special .practice li:hover {
    -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

.special .practice li:hover .more a {
    background-color: #c30d23;
}

.special-wen .advantage .text-box {
    font-size: 16px;
    line-height: 30px;
    margin-top: 60px;
}

.special-wen .advantage .biaoti {
    margin-top: 70px;
    text-align: right;
}

.special-wen .advantage .biaoti::after {
    content: '';
    position: absolute;
    top: 0;
    left: -9999px;
    right: -9999px;
    height: 1px;
    background-color: #7f7f7f;
}

.special-wen .advantage .biaoti span {
    background-color: #c30d23;
    font-size: 20px;
    color: #FFF;
    padding: 5px 20px;
}

.special-wen .advantage .content {
    margin-top: 50px;
}

.special-wen .advantage .items .pic {
    height: 100px;
}

.special-wen .advantage .items p {
    font-size: 18px;
}

.special-wen .advantage .cp {
    padding: 0 180px;
    margin-top: 40px;
}

.special-wen .advantage .card {
    margin: 30px 60px;
    width: 160px;
    height: 160px;
    border: 2px #bebebe solid;
    border-radius: 10px;
}

.special-wen .advantage .card .pic {
    height: 80px;
    background-position: center;
    background-repeat: no-repeat;
}

.special-wen .advantage .card .txt {
    height: 76px;
    font-size: 18px;
    z-index: 1;
}

.special-wen .advantage .card::after {
    content: '';
    left: -10px;
    right: -10px;
    bottom: -5px;
    background-color: #e7e7e7;
    height: 80px;
    position: absolute;
    z-index: 0;
    border-radius: 0 0 10px 10px;
}

.special-wen .advantage .card:hover::after {
    background-color: #c30d23;
}

.special-wen .advantage .card:hover .txt {
    color: #FFF;
}

.special-wen .advantage .card:nth-child(1) .pic {
    background-image: url(../images/icon30.png);
}

.special-wen .advantage .card:nth-child(2) .pic {
    background-image: url(../images/icon31.png);
}

.special-wen .advantage .card:nth-child(3) .pic {
    background-image: url(../images/icon32.png);
}

.special-wen .advantage .card:nth-child(4) .pic {
    background-image: url(../images/icon33.png);
}

.special-wen .advantage .card:nth-child(5) .pic {
    background-image: url(../images/icon34.png);
}

.special-wen .advantage .card:nth-child(6) .pic {
    background-image: url(../images/icon35.png);
}

.special-wen .advantage .card:nth-child(1):hover .pic {
    background-image: url(../images/icon36.png);
}

.special-wen .advantage .card:nth-child(2):hover .pic {
    background-image: url(../images/icon37.png);
}

.special-wen .advantage .card:nth-child(3):hover .pic {
    background-image: url(../images/icon38.png);
}

.special-wen .advantage .card:nth-child(4):hover .pic {
    background-image: url(../images/icon39.png);
}

.special-wen .advantage .card:nth-child(5):hover .pic {
    background-image: url(../images/icon40.png);
}

.special-wen .advantage .card:nth-child(6):hover .pic {
    background-image: url(../images/icon41.png);
}

.special-wen .advantage .service {
    width: 100%;
    height: 375px;
    margin-top: 50px;
}

.special-wen .advantage .service::after {
    content: '';
    position: absolute;
    left: -9999px;
    top: 0;
    right: -9999px;
    bottom: 0;
    background: url(../images/bg6.jpg)no-repeat center;
    z-index: 0;
}

.special-wen .advantage .service .biaoti {
    margin-top: 0;
    z-index: 1;
}

.special-wen .advantage .service .biaoti::after {
    display: none;
}

.special-wen .advantage .service .con {
    z-index: 1;
    margin-top: 80px;
}

.special-wen .advantage .service .items {
    width: 170px;
}

.special-wen .advantage .service .items .pic {
    height: 60px;
    width: 100%;
}

.special-wen .advantage .service p {
    border-bottom: 1px #aaaaaa solid;
    border-top: 1px #aaaaaa solid;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
}

.special-health .solution {
    margin-top: 50px;
}

.special-health .solution .text {
    font-size: 16px;
    line-height: 30px;
    margin-top: 60px;
}

.special-health .solution .content {
    margin-top: 40px;
    padding: 0 50px;
}

.special-health .solution .items {
    width: 175px;
}

.special-health .solution .items .pic {
    height: 65px;
}

.special-health .solution .items span {
    font-size: 20px;
    border: 2px #e3e3e3 solid;
    height: 40px;
    line-height: 36px;
}

.special-health .solution ul {
    margin-top: 70px;
    border-bottom: 1px #e3e3e3 solid;
    border-top: 1px #e3e3e3 solid;
}

.special-health .solution li:nth-child(1),
.special-health .solution li:nth-child(3) {
    border-right: 1px #e3e3e3 solid;
}

.special-health .solution li:nth-child(1),
.special-health .solution li:nth-child(2) {
    border-bottom: 1px #e3e3e3 solid;
}

.special-health .solution li:nth-child(2),
.special-health .solution li:nth-child(4) {
    padding-left: 30px;
}

.special-health .solution li {
    width: 50%;
    height: 240px;
}

.special-health .solution li .pic {
    width: 130px;
    padding-top: 45px;
    margin-right: 30px;
}

.special-health .solution li .pic span {
    font-size: 20px;
    color: #bc0c23;
}

.special-health .solution li:nth-child(1) .pic span,
.special-health .solution li:nth-child(3) .pic span {
    letter-spacing: 6px;
}

.special-health .solution li .txt {
    margin-top: 40px;
    width: 100%;
}

.special-health .solution li .txt p {
    font-size: 16px;
    padding-left: 15px;
    margin-bottom: 5px;
}

.special-health .solution li .txt p::after {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    background-color: #bc0c23;
    width: 6px;
    height: 6px;
}

.special-health .solution li:nth-child(1)::after {
    content: '';
    position: absolute;
    left: 20px;
    top: -16px;
    width: 30px;
    height: 30px;
    background-color: #bc0c23;
    transform: rotate(-45deg);
}

.special-health .solution li:nth-child(1)::before {
    content: '';
    position: absolute;
    left: 60px;
    top: -11px;
    width: 20px;
    height: 20px;
    background-color: #bc0c23;
    transform: rotate(-45deg);
}

.special-health .solution li:nth-child(4)::after {
    content: '';
    position: absolute;
    right: 20px;
    bottom: -16px;
    width: 30px;
    height: 30px;
    background-color: #bc0c23;
    transform: rotate(-45deg);
}

.special-health .solution li:nth-child(4)::before {
    content: '';
    position: absolute;
    right: 60px;
    bottom: -11px;
    width: 20px;
    height: 20px;
    background-color: #bc0c23;
    transform: rotate(-45deg);
}

.special-health .advantage .biaoti {
    margin-top: 55px;
    text-align: right;
}

.special-health .advantage .biaoti::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -9999px;
    right: -9999px;
    height: 1px;
    background-color: #6e6e6e;
}

.special-health .advantage .biaoti span {
    background-color: #a3a3a3;
    font-size: 20px;
    color: #FFF;
    padding: 4px 20px;
}

.special-health .advantage .content {
    height: 480px;
    width: 100%;
    display: table;
}

.special-health .advantage .content::after {
    content: '';
    position: absolute;
    left: -9999px;
    right: -9999px;
    height: 100%;
    top: 0;
    background-color: #e8e8e8;
    z-index: 0;
}

.special-health .advantage .content .pic {
    z-index: 1;
    margin-top: 40px;
}

.special-health .advantage .content>div {
    z-index: 1;
    margin-top: 20px;
}

.special-health .advantage .content .items {
    border-left: 1px #6d6d6d solid;
    padding: 0 60px;
    width: 25%;
    height: 190px;
}

.special-health .advantage .content .items:last-child {
    border-right: 1px #6d6d6d solid;
}

.special-health .advantage .content .items h3 {
    font-size: 20px;
    font-weight: normal;
}

.special-health .advantage .content .items .txt {
    margin-top: 15px;
}

.special-health .advantage .content .items .txt p {
    width: 25px;
    line-height: 21px;
    font-size: 16px;
}

.special-health .advantage .text {
    margin-top: 40px;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
}

.special-health .advantage .text-box {
    width: 972px;
    height: 399px;
    background: url(../images/bg9.jpg)no-repeat center;
    margin: 50px auto 0 auto;
    color: #545454;
}

.special-health .advantage .text-box h4 {
    margin: 0;
    font-size: 20px;
    font-weight: normal;
}

.special-health .advantage .text-box p {
    font-size: 15px;
    line-height: 22px;
    margin-top: 5px;
}

.special-health .advantage .text-box .icon {
    position: absolute;
}

.special-health .advantage .text-box .t1 {
    position: absolute;
    left: 0;
    top: 10px;
    width: 315px;
    padding-left: 60px;
}

.special-health .advantage .text-box .t1 .icon {
    right: 0;
    top: 10px;
}

.special-health .advantage .text-box .t2 {
    position: absolute;
    right: 0px;
    top: 10px;
    width: 315px;
    padding-left: 100px;
    text-align: right;
    padding-right: 40px;
}

.special-health .advantage .text-box .t2 .icon {
    left: 0;
    top: 10px;
}

.special-health .advantage .text-box .t3 {
    position: absolute;
    left: 0;
    top: 158px;
    width: 270px;
    padding-left: 50px;
}

.special-health .advantage .text-box .t3 .icon {
    right: 0;
    top: 10px;
}

.special-health .advantage .text-box .t4 {
    position: absolute;
    right: 0;
    top: 160px;
    width: 270px;
    padding-left: 100px;
    text-align: right;
    padding-right: 40px;
}

.special-health .advantage .text-box .t4 .icon {
    left: 0;
    top: 10px;
}

.special-health .advantage .text-box .t5 {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 315px;
    padding-left: 60px;
}

.special-health .advantage .text-box .t5 .icon {
    right: 0;
    top: 10px;
}

.special-health .advantage .text-box .t6 {
    position: absolute;
    right: 0;
    bottom: 20px;
    width: 315px;
    text-align: right;
    padding-right: 40px;
}

.special-health .advantage .text-box .t4 .icon {
    left: 0;
    top: 10px;
}

.special-health .hangye .container {
    padding: 0 100px;
}

.special-health .hangye .container::after {
    content: '';
    position: absolute;
    left: 0;
    top: 160px;
    height: 2px;
    width: 100%;
    background-color: #adadad;
}

.special-health .hangye .items {
    margin-top: 90px;
}

.special-health .hangye .items span {
    font-size: 20px;
    padding-bottom: 40px;
}

.special-health .hangye .items span::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -14px;
    width: 35px;
    height: 24px;
    border: 2px #adadad solid;
    margin-left: -17px;
    background-color: #FFF;
    z-index: 1;
}

.special-health .hangye .items:hover span::after {
    background: #c30d23;
    border-color: #c30d23
}

.special-health .hangye .items .pic {
    width: 100%;
    height: 55px;
    margin-top: 55px;
}

.special-health .hangye .items .txt {
    font-size: 16px;
    margin-top: 20px;
}

.special-health .solution {
    margin-top: 50px;
}

.special-health .solution .text {
    font-size: 16px;
    line-height: 30px;
    margin-top: 60px;
}

.special-health .solution .content {
    margin-top: 40px;
    padding: 0 50px;
}

.special-health .solution .items {
    width: 175px;
}

.special-health .solution .items .pic {
    height: 65px;
}

.special-health .solution .items .pic img {
    display: none
}

.special-health .solution .items span {
    font-size: 20px;
    border: 2px #e3e3e3 solid;
    height: 40px;
    line-height: 36px;
}

.special-health .solution .items:nth-child(1) .pic {
    background: url(../images/icon46.jpg) no-repeat center;
}

.special-health .solution .items:nth-child(2) .pic {
    background: url(../images/icon47.jpg) no-repeat center;
}

.special-health .solution .items:nth-child(3) .pic {
    background: url(../images/icon48.jpg) no-repeat center;
}

.special-health .solution .items:nth-child(4) .pic {
    background: url(../images/icon49.jpg) no-repeat center;
}

.special-health .solution .items:hover span {
    background: #c30d23;
    color: #FFF;
    border-color: #c30d23
}

.special-health .solution .items:hover:nth-child(1) .pic {
    background: url(../images/icon67.png) no-repeat center;
}

.special-health .solution .items:hover:nth-child(2) .pic {
    background: url(../images/icon68.png) no-repeat center;
}

.special-health .solution .items:hover:nth-child(3) .pic {
    background: url(../images/icon69.png) no-repeat center;
}

.special-health .solution .items:hover:nth-child(4) .pic {
    background: url(../images/icon66.png) no-repeat center;
}

.special-health .solution .card-group {
    margin-top: 70px;
    border-bottom: 1px #e3e3e3 solid;
    border-top: 1px #e3e3e3 solid;
}

.special-health .solution .card-group .card:nth-child(1),
.special-health .solution .card-group .card:nth-child(3) {
    border-right: 1px #e3e3e3 solid;
}

.special-health .solution .card-group .card:nth-child(1),
.special-health .solution .card-group .card:nth-child(2) {
    border-bottom: 1px #e3e3e3 solid;
}

.special-health .solution .card-group .card:nth-child(2),
.special-health .solution .card-group .card:nth-child(4) {
    padding-left: 30px;
}

.special-health .solution .card-group .card {
    width: 50%;
    height: 240px;
}

.special-health .solution .card-group .card .pic {
    width: 130px;
    padding-top: 45px;
    margin-right: 30px;
}

.special-health .solution .card-group .card .pic span {
    font-size: 20px;
    color: #bc0c23;
}

.special-health .solution .card-group .card:nth-child(1) .pic span,
.special-health .solution .card-group .card:nth-child(3) .pic span {
    letter-spacing: 6px;
}

.special-health .solution .card-group .card .txt {
    margin-top: 40px;
    width: 100%;
}

.special-health .solution .card-group .card .txt p {
    font-size: 16px;
    padding-left: 15px;
    margin-bottom: 5px;
}

.special-health .solution .card-group .card .txt p::after {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    background-color: #bc0c23;
    width: 6px;
    height: 6px;
}

.special-health .solution .card-group .card:nth-child(1)::after {
    content: '';
    position: absolute;
    left: 20px;
    top: -16px;
    width: 30px;
    height: 30px;
    background-color: #bc0c23;
    transform: rotate(-45deg);
}

.special-health .solution .card-group .card:nth-child(1)::before {
    content: '';
    position: absolute;
    left: 60px;
    top: -11px;
    width: 20px;
    height: 20px;
    background-color: #bc0c23;
    transform: rotate(-45deg);
}

.special-health .solution .card-group .card:nth-child(4)::after {
    content: '';
    position: absolute;
    right: 20px;
    bottom: -16px;
    width: 30px;
    height: 30px;
    background-color: #bc0c23;
    transform: rotate(-45deg);
}

.special-health .solution .card-group .card:nth-child(4)::before {
    content: '';
    position: absolute;
    right: 60px;
    bottom: -11px;
    width: 20px;
    height: 20px;
    background-color: #bc0c23;
    transform: rotate(-45deg);
}

.special-health .advantage .biaoti {
    margin-top: 55px;
    text-align: right;
}

.special-health .advantage .biaoti::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -9999px;
    right: -9999px;
    height: 1px;
    background-color: #6e6e6e;
}

.special-health .advantage .biaoti span {
    background-color: #a3a3a3;
    font-size: 20px;
    color: #FFF;
    padding: 4px 20px;
}

.special-health .advantage .content {
    height: 480px;
    width: 100%;
    display: table;
}

.special-health .advantage .content::after {
    content: '';
    position: absolute;
    left: -9999px;
    right: -9999px;
    height: 100%;
    top: 0;
    background-color: #e8e8e8;
    z-index: 0;
}

.special-health .advantage .content .pic {
    z-index: 1;
    margin-top: 40px;
}

.special-health .advantage .content ul {
    z-index: 1;
    margin-top: 20px;
}

.special-health .advantage .content li {
    border-left: 1px #6d6d6d solid;
    padding: 0 60px;
    width: 25%;
    height: 190px;
}

.special-health .advantage .content li:last-child {
    border-right: 1px #6d6d6d solid;
}

.special-health .advantage .content li h3 {
    font-size: 20px;
    font-weight: normal;
}

.special-health .advantage .content li .txt {
    margin-top: 15px;
}

.special-health .advantage .content li .txt p {
    width: 25px;
    line-height: 22px;
    font-size: 16px;
}

.special-health .advantage .text {
    margin-top: 40px;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
}

.special-scenic .hangye .container::after {
    content: '';
    position: absolute;
    left: 0;
    top: 140px;
    height: 1px;
    width: 100%;
    background-color: #adadad;
}

.special-scenic .hangye .items {
    margin-top: 70px;
    width: 215px;
}

.special-scenic .hangye .items span {
    font-size: 18px;
    padding-bottom: 40px;
}

.special-scenic .hangye .items span::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -14px;
    width: 35px;
    height: 24px;
    border: 1px #adadad solid;
    margin-left: -17px;
    background-color: #FFF;
    z-index: 1;
}

.special-scenic .hangye .items .txt {
    font-size: 16px;
    margin-top: 40px;
}

.special-scenic .hangye .items:hover span::after {
    background-color: #c30d23;
}

.special-scenic .solution .title1 {
    margin-top: 55px;
    font-size: 24px;
}

.special-scenic .solution .title1 span {
    background: url(../images/t2.png)no-repeat center bottom;
    width: 280px;
    padding-bottom: 10px;
    letter-spacing: 10px;
}

.special-scenic .solution .biaoti {
    margin-top: 55px;
    text-align: right;
}

.special-scenic .solution .biaoti::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #6e6e6e;
}

.special-scenic .solution .biaoti span {
    background-color: #c41328;
    font-size: 20px;
    color: #FFF;
    padding: 0 20px;
    height: 35px;
    line-height: 35px;
}

.special-scenic .solution .card-group {}

.special-scenic .solution .card-group .items {
    width: 47%;
    margin-top: 60px;
}

.special-scenic .solution .card-group .items span {
    font-size: 18px;
}

.special-scenic .solution .card-group .items .htit {
    align-items: flex-end;
}

.special-scenic .solution .card-group .items .txt {
    font-size: 16px;
    line-height: 30px;
}

.special-scenic .solution .con {
    margin-top: 30px;
}

.special-scenic .solution .con .items {
    border-right: 1px #aaaaaa solid;
    padding-right: 55px;
}

.special-scenic .solution .con .items:last-child {
    padding-right: 0;
    padding-left: 55px;
    border-right: 0;
}

.special-scenic .solution .con .items img {
    margin-right: 20px;
}

.special-scenic .solution .con .items span {
    font-size: 18px;
    width: 80px
}

.special-scenic .solution .con .items .txt {
    font-size: 16px;
    margin-top: 20px;
}

.special-scenic .solution .text-box {
    width: 100%;
    padding-bottom: 40px;
    margin-top: 70px;
}

.special-scenic .solution .text-box::after {
    content: '';
    position: absolute;
    left: -9999px;
    right: -9999px;
    top: 0;
    height: 100%;
    background-color: #e7e7e7;
    z-index: 0;
}

.special-scenic .solution .text-box .htit {
    text-align: right;
    z-index: 1;
}

.special-scenic .solution .text-box .htit span {
    background-color: #c41328;
    font-size: 20px;
    color: #FFF;
    padding: 0 20px;
    height: 35px;
    line-height: 35px;
}

.special-scenic .solution .text-box h3 {
    z-index: 1;
    font-size: 18px;
}

.special-scenic .solution .text-box h3 img {
    margin-right: 15px;
}

.special-scenic .solution .text-box .txt {
    z-index: 1;
    font-size: 16px;
    margin-top: 20px;
}

.special-scenic .solution .content {
    margin-top: 50px;
}

.special-scenic .solution .content .items {
    background-color: #FFF;
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    margin-top: 30px;
    padding: 10px 5px 10px 95px;
}

.special-scenic .solution .content .items .txt {
    font-size: 16px;
}

.special-scenic .solution .content .items .label {
    background: url(../images/t3.png)no-repeat;
    width: 79px;
    height: 58px;
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -29px;
    color: #FFF;
    font-size: 24px;
    padding-left: 25px;
    padding-top: 3px;
}

.special-scenic .advantage .content {
    margin-top: 50px;
    height: 415px;
    margin-top: 70px;
}

.special-scenic .advantage .content .items {
    border-left: 1px #7f7f7f solid;
}

.special-scenic .advantage .content .items:last-child {
    border-right: 1px #7f7f7f solid;
}

.special-scenic .advantage .content .items:nth-child(1)::after,
.special-scenic .advantage .content .items:nth-child(2)::after {
    content: '';
    position: absolute;
    right: -45px;
    height: 58px;
    margin-top: -29px;
    background: url(../images/icon53.jpg)no-repeat center;
    width: 45px;
    top: 50%;
    z-index: 1;
}

.special-scenic .advantage .content .biaoti {
    align-items: flex-end;
    font-size: 20px;
}

.special-scenic .advantage .content .biaoti img {
    margin-left: 10px;
}

.special-scenic .advantage .content .txt {
    writing-mode: bt-lr;
    writing-mode: vertical-lr;
    margin: 40px auto 0 auto;
    height: 305px;
    font-size: 16px;
}

.mb-show {
    display: none
}

.special-chen .public-title {
    margin-top: 70px;
    line-height: 1;
    padding-top: 40px;
}

.special-chen .public-title span {
    z-index: 99;
    letter-spacing: 10px;
    font-size: 45px;
    padding-bottom: 20px;
}

.special-chen .public-title::after {
    color: #eaeaea;
    font-size: 72px;
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    font-family: "arial";
    letter-spacing: 8px;
    text-transform: uppercase;
    font-weight: 600;
}

.special-chen .public-title span::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 2px;
    width: 70px;
    background-color: #c20d23;
    transform: translateX(-50%);
}

.special-chen .fulltitle {
    margin-top: 70px;
    line-height: 1;
    padding-bottom: 20px;
}

.special-chen .fulltitle span {
    z-index: 99;
    font-size: 28px;
    padding-bottom: 20px;
    font-weight: bold;
    padding: 0 40px;
    border-left: 3px #c30d23 solid;
    border-right: 3px #c30d23 solid;
}

.special-chen .fulltitle::after {
    color: #eaeaea;
    font-size: 26px;
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    font-family: "arial";
    text-transform: uppercase;
    font-weight: bold;
}

.special-chen .hangye {
    background-color: #f4f4f4;
    overflow: hidden;
    padding-bottom: 70px;
}

.special-chen .hangye .public-title::after {
    content: 'INDUSTRY ISSUES';
}

.special-chen .hangye .content::after {
    content: '';
    position: absolute;
    left: 0;
    top: 160px;
    height: 2px;
    width: 100%;
    background-color: #adadad;
}

.special-chen .hangye .items {
    margin-top: 90px;
    width: 20%;
    padding-bottom: 30px;
}

.special-chen .hangye .items::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 2px;
    width: 50%;
    background-color: #545454;
}

.special-chen .hangye .items span {
    font-size: 20px;
    padding-bottom: 40px;
}

.special-chen .hangye .items span::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -14px;
    width: 35px;
    height: 24px;
    border: 2px #adadad solid;
    margin-left: -17px;
    background-color: #FFF;
    z-index: 1;
}

.special-chen .hangye .items:hover span::after {
    background: #c30d23;
    border-color: #c30d23
}

.special-chen .hangye .items .pic {
    width: 100%;
    height: 55px;
    margin-top: 55px;
}

.special-chen .hangye .items .txt {
    font-size: 16px;
    margin-top: 20px;
}

.special-chen .hangye .items:hover::after {
    background-color: #c30d23;
}

.special-chen .solution .public-title::after {
    content: 'SOLUTION';
}

.special-chen .solution .my .fulltitle::after {
    content: 'our proposition';
}

.special-chen .solution .my .content {
    background: url(../images/c1.jpg)no-repeat center;
    width: 100%;
    height: 325px;
    background-size: 100%;
    margin-top: 50px;
}

.special-chen .solution .my .items {
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.5);
    font-weight: bold;
    font-size: 24px;
    padding: 90px 60px 0 60px;
    letter-spacing: 3px;
}

.special-chen .solution .my .items span {
    padding-bottom: 20px;
    line-height: 1.3;
}

.special-chen .solution .my .items span::after {
    content: '';
    height: 1px;
    width: 50%;
    background-color: #FFF;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.special-chen .solution .my .items:hover {
    background-color: #c30d23;
}

.special-chen .solution .hexin .fulltitle::after {
    content: 'core business';
}

.special-chen .solution .hexin .content {
    margin-top: 40px;
}

.special-chen .solution .hexin .content .txt {
    font-size: 20px;
    margin-top: 10px;
}

.special-chen .solution .hexin .content .icon {
    background-color: #868686;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
}

.special-chen .solution .hexin .content .item:nth-child(1) .icon {
    background-image: url(../images/c-icon1.png);
    background-size: 80px;
}

.special-chen .solution .hexin .content .item:nth-child(2) .icon {
    background-image: url(../images/c-icon2.png);
    background-size: 120px;
}

.special-chen .solution .hexin .content .item:nth-child(3) .icon {
    background-image: url(../images/c-icon3.png);
    background-size: 80px;
}

.special-chen .solution .hexin .content .item:nth-child(4) .icon {
    background-image: url(../images/c-icon4.png);
    background-size: 100px;
}

.special-chen .solution .hexin .content .item:nth-child(5) .icon {
    background-image: url(../images/c-icon5.png);
    background-size: 90px;
}

.special-chen .solution .hexin .content .item:hover .icon {
    background-color: #c30d23;
}

.special-chen .solution .ser .fulltitle::after {
    content: 'Full service of  immersive';
}

.special-chen .solution .ser .content {
    margin-top: 40px;
}

.special-chen .solution .ser .content .txt {
    background-color: #d1d1d1;
    color: #545454;
    width: calc(25% - 2px);
    margin-right: 2px;
    margin-top: 2px;
    height: 120px;
    font-size: 28px;
    line-height: 1.4;
}

.special-chen .solution .ser .content .txt:hover {
    background-color: #c30d23;
    color: #FFF;
}

.special-chen .solution .ser .content .txt span::after {
    content: '+';
    position: absolute;
    right: -30px;
    top: -10px;
}

.special-chen .solution .one .fulltitle::after {
    content: 'One-Stop Solution Service';
}

.special-chen .solution .one .content {
    margin-top: 40px;
}

.special-chen .solution .one .items {
    background: url(../images/c-line.png)no-repeat left top;
    width: 293px;
    height: 340px;
    background-size: 100%;
}

.special-chen .solution .one .items:last-child {
    width: 270px;
    background-size: 293px;
}

.special-chen .solution .one .items .name {
    font-size: 24px;
    height: 80px;
}

.special-chen .solution .one .items .name span {
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 40px;
}

.special-chen .solution .one .items .txt {
    font-size: 20px;
}

.special-chen .solution .one .items .i1 span {
    background-image: url(../images/icon2.png);
}

.special-chen .solution .one .items .i2 span {
    background-image: url(../images/icon3.png);
}

.special-chen .solution .one .items .i3 span {
    background-image: url(../images/icon4.png);
}

.special-chen .solution .one .items .i4 span {
    background-image: url(../images/icon5.png);
}

.special-chen .solution .one .items .txt {
    margin: 10px 0 0 70px;
}

.special-chen .solution .one .items p {
    padding-left: 30px;
    margin: 0;
    line-height: 2;
}

.special-chen .solution .one .items p::after {
    content: '';
    position: absolute;
    left: 8px;
    top: 50%;
    width: 8px;
    height: 8px;
    background-color: #7e7e7e;
    transform: rotate(45deg);
    margin-top: -4px;
}

.special-chen .solution .chang .fulltitle::after {
    content: 'immersive application scenario';
}

.special-chen .solution .chang .content {
    margin-top: 40px;
}

.special-chen .solution .chang .item {
    width: 32.5%;
    margin-right: 1.2%;
    margin-top: 15px;
}

.special-chen .solution .chang .item:nth-of-type(3n) {
    margin-right: 0;
}

.special-chen .solution .chang .item .pic {
    height: 278px;
}

.special-chen .solution .chang .item .pic img {
    width: 100%;
}

.special-chen .solution .chang .item .mark {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    left: 0;
    top: 0;
    opacity: 0;
}

.special-chen .solution .chang .item .txt {
    background-color: #d8d8d8;
    width: 100%;
    height: 50px;
    font-size: 18px;
    letter-spacing: 5px;
    height: 50px;
}

.special-chen .solution .chang .item .txt span {
    border-bottom: 1px #545454 solid;
    height: 35px;
    padding: 0 20px;
}

.special-chen .solution .chang .item:hover .txt {
    background-color: #c30d23;
    color: #FFF;
}

.special-chen .solution .chang .item:hover .txt span {
    border-bottom-color: #FFF;
}

.special-chen .solution .chang .item:hover .mark {
    background-color: rgba(195, 13, 35, 0.8);
    opacity: 1;
}

.special-chen .solution .chang .item .text {
    font-size: 24px;
    color: #FFF;
    margin-top: 15px;
}

.special-chen .solution .chang .item .text span {
    border-bottom: 1px #FFF solid;
    padding-bottom: 10px;
}

.special-chen .solution .chang .item .icon {
    background-position: center;
    background-repeat: no-repeat;
    height: 100px;
    width: 120px;
    background-size: 100%;
}

.special-chen .solution .chang .item:nth-child(1) .icon {
    background-image: url(../images/c-icon6.png);
}

.special-chen .solution .chang .item:nth-child(2) .icon {
    background-image: url(../images/c-icon7.png);
}

.special-chen .solution .chang .item:nth-child(3) .icon {
    background-image: url(../images/c-icon8.png);
}

.special-chen .solution .chang .item:nth-child(4) .icon {
    background-image: url(../images/c-icon9.png);
}

.special-chen .solution .chang .item:nth-child(5) .icon {
    background-image: url(../images/c-icon10.png);
}

.special-chen .solution .chang .item:nth-child(6) .icon {
    background-image: url(../images/c-icon11.png);
}

.special-chen .solution .chang .item:nth-child(7) .icon {
    background-image: url(../images/c-icon12.png);
}

.special-chen .solution .chang .item:nth-child(8) .icon {
    background-image: url(../images/c-icon13.png);
}

.special-chen .solution .chang .item:nth-child(9) .icon {
    background-image: url(../images/c-icon14.png);
}

.special-chen .practice {
    background-color: #f4f4f4;
    overflow: hidden;
    margin-top: 50px;
    padding-bottom: 70px;
}

.special-chen .practice .public-title::after {
    content: 'OUR PRACTICE';
}

.special-chen .practice .p-text {
    margin: 40px auto;
}

.special-chen .practice .p-text span {
    background-color: #c30d23;
    color: #FFF;
    font-weight: bold;
    font-size: 24px;
    padding: 10px 80px;
    letter-spacing: 3px;
}

.special-chen .practice .p-case li {
    -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

.special-chen .practice .p-case .fulltitle::after {
    content: 'Project Practice';
}

.special-chen .practice .p-case ul {
    margin-top: 20px;
}

.special-chen .practice .yanjiu .fulltitle::after {
    content: 'theoretical research';
}

.special-chen .practice .yanjiu li {
    width: 100%;
    background: none;
}

.special-chen .practice .yanjiu li .pic {
    width: 260px;
    height: 140px;
}

.special-chen .practice .picMarquee-top {
    margin-top: 60px;
}

.special-chen .practice .picMarquee-top,
.special-chen .practice .picMarquee-top .bd {
    height: 350px;
}

.special-chen .practice .text-content {
    border-top: 1px #291e1c solid;
    border-bottom: 1px #291e1c solid;
}

.special-chen .practice .picMarquee-top .sPrev,
.special-chen .practice .picMarquee-top .sNext {
    position: absolute;
    left: 50%;
    display: block;
    width: 45px;
    height: 30px;
    background: #DADADA;
    margin-left: -23px;
}

.special-chen .practice .picMarquee-top .sPrev {
    top: -40px;
}

.special-chen .practice .picMarquee-top .sPrev::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 12px;
    border-bottom: 2px #FFF solid;
    border-left: 2px #FFF solid;
    transform: rotate(135deg);
    margin-left: -6px;
    margin-top: -3px;
}

.special-chen .practice .picMarquee-top .sNext {
    bottom: -10px;
}

.special-chen .practice .picMarquee-top .sNext::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 12px;
    border-bottom: 2px #FFF solid;
    border-right: 2px #FFF solid;
    transform: rotate(45deg);
    margin-left: -6px;
    margin-top: -9px;
}

.special-chen .practice .picMarquee-top .sPrev:hover,
.special-chen .practice .picMarquee-top .sNext:hover {
    background-color: #C30D23;
}

.special-chen .practice .picMarquee-top .more {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #c30d23;
    color: #FFF;
    padding: 3px 10px;
    margin: 0!important;
}

.special-chen .practice .picMarquee-top h3 {
    font-weight: 600;
}

.special-chen .practice .picMarquee-top p {
    font-size: 16px;
    color: #666;
}

.special-chen .advantage .public-title::after {
    content: 'OUR ADVANTAGES';
}

.special-chen .advantage .team .fulltitle::after {
    content: 'tEAM STRUCTURE';
}

.special-chen .advantage .team .pic {
    margin-top: 40px;
}

.special-chen .advantage .team .pic img {
    width: 100%;
}

.special-chen .advantage .team .text {
    font-size: 18px;
    color: #666;
    margin-top: 10px;
}

.special-chen .advantage .youshi .fulltitle::after {
    content: 'advantage of platform';
}

.special-chen .advantage .youshi .content {
    margin-top: 40px;
}

.special-chen .advantage .youshi .item {
    padding-bottom: 20px;
}

.special-chen .advantage .youshi .item::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background-color: #545454;
}

.special-chen .advantage .youshi .txt {
    font-size: 20px;
    letter-spacing: 5px;
    margin-top: 10px;
}

.special-chen .advantage .youshi .item .icon {
    width: 100%;
    height: 60px;
    background-position: center;
    background-repeat: no-repeat;
}

.special-chen .advantage .youshi .item:nth-child(1) .icon {
    background-image: url(../images/c-icon15.png);
    background-size: 85%;
}

.special-chen .advantage .youshi .item:nth-child(2) .icon {
    background-image: url(../images/c-icon16.png);
    background-size: 65%;
}

.special-chen .advantage .youshi .item:nth-child(3) .icon {
    background-image: url(../images/c-icon17.png);
    background-size: 80%;
}

.special-chen .advantage .youshi .item:nth-child(4) .icon {
    background-image: url(../images/c-icon18.png);
    background-size: 70%;
}

.special-chen .advantage .youshi .item:nth-child(5) .icon {
    background-image: url(../images/c-icon19.png);
    background-size: 70%;
}

.special-chen .advantage .youshi .item:nth-child(6) .icon {
    background-image: url(../images/c-icon20.png);
    background-size: 75%;
}

.special-chen .advantage .youshi .item:nth-child(7) .icon {
    background-image: url(../images/c-icon21.png);
    background-size: 65%;
}

.special-chen .advantage .youshi .item:nth-child(8) .icon {
    background-image: url(../images/c-icon22.png);
    background-size: 60%;
}

.special-chen .advantage .youshi .item:hover::after {
    background-color: #c30d23;
}

.special-chen .advantage .youshi .item:hover .txt {
    color: #c30d23;
}

.special-chen .advantage .youshi .item:hover:nth-child(1) .icon {
    background-image: url(../images/c-icon23.png);
}

.special-chen .advantage .youshi .item:hover:nth-child(2) .icon {
    background-image: url(../images/c-icon24.png);
}

.special-chen .advantage .youshi .item:hover:nth-child(3) .icon {
    background-image: url(../images/c-icon25.png);
}

.special-chen .advantage .youshi .item:hover:nth-child(4) .icon {
    background-image: url(../images/c-icon26.png);
}

.special-chen .advantage .youshi .item:hover:nth-child(5) .icon {
    background-image: url(../images/c-icon27.png);
}

.special-chen .advantage .youshi .item:hover:nth-child(6) .icon {
    background-image: url(../images/c-icon28.png);
}

.special-chen .advantage .youshi .item:hover:nth-child(7) .icon {
    background-image: url(../images/c-icon29.png);
}

.special-chen .advantage .youshi .item:hover:nth-child(8) .icon {
    background-image: url(../images/c-icon30.png);
}

.special-chen .advantage .ping .fulltitle::after {
    content: 'advantage of platform';
}

.special-chen .advantage .ping .content {
    border: 2px #545454 solid;
    border-bottom: 0;
    margin-top: 40px;
}

.special-chen .advantage .ping .item {
    width: 20%;
    height: 90px;
    overflow: hidden;
    border-right: 2px #545454 solid;
    border-bottom: 2px #545454 solid;
}

.special-chen .advantage .ping .item img {
    max-width: 70%;
    filter: grayscale(100%);
}

.special-chen .advantage .ping .item:nth-of-type(5n) {
    border-right: 0;
}

.special-chen .advantage .ping .item:hover img {
    filter: grayscale(0)
}


/* 2022-9-1新增 */
.chen-page {
    padding-bottom:70px;
}
.chen-page .num-con {
    margin-top: 30px;
}

.chen-page .num-con .text-content {
    background-color: #c00000;
    color: #FFF;
    width: 230px;
    height: 180px;
    line-height: 1.8;
    padding-top: 40px;
}

.chen-page .num-con .text-content .num {
    font-size: 36px;
}

.chen-page .num-con .text-content .txt {
    font-size: 24px;
}

.chen-page .three {
    background-color: #e7e7e7;
    overflow: hidden;
    margin-top: 50px;
    padding: 35px 0;
}

.chen-page .pub-title {
    height: 60px;
    background: url(../images/c-title1.png)no-repeat center bottom;
    color: #545454;
    font-size: 40px;
    font-weight: 600;
}

.chen-page .pub-title span {
    padding: 0 20px;
}

.chen-page .pub-title span::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 8px;
    height: 60%;
    background-color: #c00000;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.chen-page .pub-title span::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 8px;
    height: 60%;
    background-color: #c00000;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.chen-page .three .c-title {
    background: url(../images/c-title.png)no-repeat center bottom;
}

.chen-page .three li {
    border: 2px #c00000 solid;
    width: 165px;
    height: 165px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 24px;
    color: #c00000;
    margin-top: 30px;
    margin-right: 30px;
}

.chen-page .three li:last-child {
    margin-right: 0;
}

.chen-page .fx {
    margin-top: 50px;
}

.chen-page .fx li {
    width: 228px;
    height: 230px;
    background: url(../images/c-bg.png)no-repeat center;
    color: #FFF;
    font-size: 30px;
    margin: 30px 25px 0 25px;
}

.chen-page .liucheng {
    background-color: #e7e7e7;
    overflow: hidden;
    padding: 30px 0;
    margin-top: 50px;
}

.chen-page .liucheng ul {
    padding: 0 100px;
}

.chen-page .liucheng .item {
    margin-right: 240px;
    margin-top: 60px;
}

.chen-page .liucheng .item:nth-child(3),
.chen-page .liucheng .item:nth-child(6),
.chen-page .liucheng .item:nth-child(9) {
    margin-right: 0;
}

.chen-page .liucheng .item .text {
    font-size: 22px;
    margin-top: 10px;
}

.chen-page .liucheng .item::after {
    content: '';
    position: absolute;
    right: -180px;
    height: 40px;
    background: url(../images/c-arrow.png)no-repeat center;
    width: 117px;
    top: 55px;
}

.chen-page .liucheng .item:nth-child(3)::after {
    content: '';
    position: absolute;
    right: auto;
    height: 48px;
    background: url(../images/c-arrow1.png)no-repeat center;
    width: 38px;
    top: auto;
    bottom: -50px;
    left: 50px;
}

.chen-page .liucheng .item:nth-child(4)::after {
    content: '';
    position: absolute;
    right: auto;
    height: 48px;
    background: url(../images/c-arrow1.png)no-repeat center;
    width: 38px;
    top: auto;
    bottom: -50px;
    left: 50px;
}

.chen-page .liucheng .item:nth-child(5)::after,
.chen-page .liucheng .item:nth-child(6)::after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    right: auto;
    left: -180px;
}

.chen-page .liucheng .item:last-child::after {
    display: none;
}

.chen-page .zhiru {
    margin-top: 50px;
}

.chen-page .zhiru .content {
    margin-top: 30px;
    padding: 0 50px;
}

.chen-page .zhiru .content .item {
    width: 200px;
}

.chen-page .zhiru .content .item .tit {
    background-color: #c00000;
    font-size: 20px;
    font-weight: 600;
    color: #FFF;
    padding-left: 30px;
    line-height: 40px;
}

.chen-page .zhiru .content .item .text {
    padding: 20px 30px;
    border: 3px #c00000 solid;
    margin-top: 20px;
    font-size: 17px;
    line-height: 2;
    height: 400px;
}

.chen-page .baozhang {
    margin-top: 70px;
}

.chen-page .baozhang .content {
    padding: 0 50px;
    margin-top: 30px;
}

.chen-page .baozhang .item {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #c00000;
    color: #FFF;
    font-size: 28px;
}

.chen-page .baozhang .item::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 90%;
    height: 90%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 2px #FFF solid;
    z-index: 1;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.pop-content{
    width: 100%;height: 95px;position: fixed;left: 0;bottom: 0;background: #bc2e38;z-index: 10001;
}
.pop-close{
    position: absolute;right:10px;top: 10px;width: 30px;height: 30px;background: url(../images/close.png)no-repeat center;background-size: 100%
}
.pop-content .content{
    width: 500px;height: 610px;
}

.pop-content .form-group,.pop-content .form-button{
    margin-right: 20px
}
.pop-content .form-group{
    width: 190px
}
.pop-content .form-group input[type='text']{
    width: 100%;height: 40px;border-radius: 5px;background-color: #f8f8f8;border:1px #d0cfcf solid;padding: 0 20px
}


.pop-content .form-button input[type='submit']{
    background-color: #f87644;border-radius: 10px;height: 60px;color: #FFF;font-size: 24px;padding:0 20px;
}